.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
.show-s,.m-nav-btn{
	display: none!important;
}
@media screen and (max-width: 700px) {
	body,html{
		font-size: 30px;
	}
	.show-s,.m-nav-btn{
		display: block!important;
	}
	.hidden-s{
		display: none!important;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none;
	}
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.logo img{
		max-width: 80%;
	}
	.adv-item{
		margin: 5px;
	}
	.pro-padding,.page-label ul>li{
		padding: 5px;
	}
	.index-pro{
		flex-direction: column;
		height: auto;
	}
	.pro-item{
		width: 100%;
	}
	.hot-news{
		flex-direction: column;
	}
	/*手机导航*/
	.header{
		position: relative;
	}
	.m-nav-btn{
		display: block;
		position: absolute;
		right: 10px;
		top: 4px;
		font-size: 32px!important;
		color: #C8211B;
		font-weight: 900;
	}
	.m-nav{
		position: absolute;
		top: 100%;
		width: 100%;
		left: -100%;
		display: block;
		overflow: hidden;
		z-index: 9999;
		transition: all .35s ease-in-out;
	}
	.m-nav p a{
		display: block;
		border-top: 1px solid rgba(255,255,255,.2);
		background-color: #C8211B;
		font-size: 15px;
		line-height: 3;
		padding-left: 10px;
		color: #fff;
	}
	.m-nav-new{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.m-nav-new a{
		display: inline-block;
		width: 33%;
		padding: 5px;
		text-align: center;
		font-size: 14px;
		background-color: #000;
		color: #fff;
		border: 1px solid #fff;
	}
	.m-nav-new a:hover{
		background-color: #C8211B;
	}
	
	.m-fixed-list{
		position: fixed;
		bottom: 30px;
		left: 15px;
		width: calc(100% - 30px);
		z-index: 99999;
	}
	.m-fixed-list ul{
		background-color: rgba(0,0,0,.5);
		border-radius: 30px;
		display: flex;
		overflow: hidden;
	}
	.m-fixed-list ul li{
		flex: 1;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.m-fixed-list ul li:hover{
		background-color: #C8211B;
	}
	.m-fixed-list ul li .iconfont{
		display: inline-block;
		font-size: 16px;
		line-height: 32px;
		color: #fff;
	}
}